Standard Mapping Information
The collection item ID for standard mapping information is defined in the following enumeration:
enum { gxNormalMappingTag = 'nmap' };QuickDraw GX stores standard mapping information in the gxNormalMappingInfo information structure:
struct gxNormalMappingInfo { Boolean normalPaperMapping; };
Field Description
normalPaperMapping
- A Boolean value indicating whether the user wants standard or special paper mapping to print a document. When the user chooses to print by specifying input-tray paper matching in the Paper Match panel, the
normalPaperMapping
field istrue
. When the user chooses to ignore paper matching and redirect the document, thenormalPaperMapping
field isfalse
.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help